@CHARSET "UTF-8";
html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #666;
	position: relative;
	font: 14px/2 Microsoft YaHei,sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover,a:active,a:focus {
	color: #e87518;
	text-decoration: none;
	outline: none;
}

p {
	margin: 0 0 0 0;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,ol,li {
	list-style-type: none;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,h2,h3,h4 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

/*手机端头部*/
.mob-head {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	background: #fff;
}

.mob-head-box {
	position: relative;
	height: 60px;
}

.mob-head-box .mob-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 70%;
	height: 30px;
	text-align: center;
}

.mob-head-box .mob-logo h1, .mob-head-box .mob-logo a {
	display: inline;
	font-size: 0;
}

.mob-head-box .mob-logo img {
	height: 32px;
}

.mob-navbtn {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto 0 auto 27px;
	width: 30px;
	height: 20px;
}

.mob-navbtn span, .mob-navbtn:after, .mob-navbtn:before {
	display: block;
	height: 2px;
	width: 100%;
	background: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.mob-navbtn span {
	margin: 7px 0;
}

.mob-navbtn:after, .mob-navbtn:before {
	content: '';
	-webkit-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mob-navbtn.clicked span {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.mob-navbtn.clicked:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mob-navbtn.clicked:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mob-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	height: 100vh;
	background: #151515;
	padding: 0 10%;
}

.mob-menu .mob-menu-box {
	height: 100vh;
	overflow: auto;
	padding-bottom: 80px;
}

.mob-nav > li {
	border-bottom: 1px solid #2b2b2b;
	position: relative;
}

.mob-nav > li > a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
}

.mob-nav .mob-menu-jt {
	position: absolute;
	width: 20%;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 9;
}

.mob-nav .mob-menu-jt .icon-font {
	display: block;
	width: 100%;
	height: 100%;
}

.mob-nav .mob-menu-jt .icon-font:after {
	background-position: -30px -240px;
}

.mob-nav .mob-menu-jt.clicked .icon-font:after {
	background-position: -30px -270px;
}

.mob-nav .mob-sub-menu {
	background: #1E1E1E;
	display: none;
}

.mob-nav .mob-sub-menu > li {
	border-top: 1px dashed #2b2b2b;
}

.mob-nav .mob-sub-menu > li > a {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 40px;
	text-indent: 2em;
}

.header {
	background: #ffffff;
	padding: 8px 0 12px;
}

.logo {
	float: left;
	width: 30%;
	padding-top: 25px;
}

.logo a {
	display: block;
}

.header-right {
	float: right;
	width: 70%;
	text-align: right;
}

.hotline {
	color: #999;
	font-size: 14px;
	line-height: 2;
	margin-left: 20px;
}

.hotline span {
	color: #02913f;
}

.header-right .x-login {
	display: inline-block;
	vertical-align: middle;
}

.header-right .x-login {
	font-size: 14px;
	color: #000000;
	line-height: 1.6;
	line-height: 30px;
}

.header-right .x-login .username {
	max-width: 75px;
	vertical-align: -10px;
	display: inline-block;
}

.header-right .x-login a {
	color: #000;
}

.header-right .x-login a:hover {
	color: #058e3e;
}

.topbox {
	width: 100%;
}

/* 导航样式 */
.menu {
	float: right;
}

.menu > li {
	float: left;
	position: relative;
	margin: 0 22px;
}

.menu > li:last-child {
	margin-right: 0;
}

.menu > li > a {
	display: block;
	font-size: 17px;
	color: #333;
	line-height: 3;
	position: relative;
	font-weight:bold;
}

.menu > li > a:before {
	position: absolute;
	width: 0;
	height: 2px;
	background: #058e3e;
	content: "";
	left: 0;
	bottom: 4px;
	transition: all 0.3s;
}

.menu > li > a:after {
	position: absolute;
	width: 0;
	height: 2px;
	background: #0393da;
	content: "";
	left: 0;
	bottom: 0;
	transition: all 0.9s;
}

.menu > li > a:hover {
	color: #048f3e;
}

.menu > li:hover > a:before {
	width: 100%;
}

.menu > li > a.active {
	color: #048f3e;
}

.menu > li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 40px;
	opacity: 0;
	top: 100%;
}

.menu > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sub-menu {
	position: absolute;
	z-index: 99;
	width: 150%;
	left: -25%;
	top: 62px;
	background: #fff;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.sub-menu > li > a {
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	padding: .5em;
	transition: all .3s;
}

.sub-menu > li > a:hover {
	background: #058e3e;
	color: #fff;
}

.layout {
	background: #222;
	padding: 6vh 0 5vh;
}

.layout-logo {
	margin-bottom: 20px;
}

.layout-desc {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.layout-contact {
	margin-top: 30px;
}

.layout-contact p {
	margin-bottom: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.7;
}

.layout-contact strong {
	display: block;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
}

.layout-contact a {
	color: #fff;
}

.layout-menu dl {
	float: left;
	width: 25%;
	text-align: left;
}

.layout-menu dl dt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 1.43em;
}

.layout-menu dl dd a {
	display: block;
	font-size: 15px;
	color: #bbb;
	line-height: 2;
	transition: all .3s;
}

.layout-menu dl dd a:hover {
	color: #048f3e;
	padding-left: 6px;
}

.layout-ewm {
	text-align: center;
	color: #ddd;
	font-size: 14px;
	line-height: 2.4;
}

.f-contact {
	color: #bbbbbb;
	font-size: 14px;
	line-height: 2;
}

.f-contact .f-num {
	color: #fff;
	font-size: 32px;
	font-family: arial;
}

@media (max-width: 768px) {
	.f-contact .f-num {
		font-size: 14px!important;
	}
}

.footer {
	background: #222;
	padding: 3vh 0;
	text-align: center;
	font-size: 14px;
	color: #bbb;
	line-height: 2;
	border-top: 1px solid rgba(255,255,255,.1);
}

.footer a {
	color: rgba(255, 255, 255, 0.5);
}

.footer a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.copyright {
	color: #bbbbbb;
	font-size: 14px;
	text-align: center;
}

.copyright a {
	color: #bbbbbb;
	font-size: 14px
}

.banc {
	text-align: center;
}
.banc img {
	max-width: 100%;
	height: auto;
	display: inline-block;
} 

@media (max-width: 1024px) {
	.title {
		color: #333;
		font-size: 22px;
		line-height: 2;
		text-align: center;
	}

	.title p {
		color: #888;
		font-size: 16px;
		line-height: 1.5;
	}	
	
	.banc {
		padding-top: 60px;
	}
}

@media (max-width: 992px) {
	.title {
		color: #333;
		font-size: 20px;
		line-height: 2;
		text-align: center;
	}

	.title p {
		color: #888;
		font-size: 14px;
		line-height: 1.5;
	}
}
  
.phone-con {
	float: left;
	width: 100%;
	height: 50px;
}

.phone-nav {
	width: 100%;
	float: left;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 50px;
	background: #058e3e;
	z-index: 999;
	border-top: 1px solid #fff;
}

.phone-nav li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 7px 0 4px 0;
	border-right: 1px solid #fff;
}

.phone-nav li .ico {
	width: 100%;
	float: left;
	height: 20px;
}

.phone-nav li .ph-name {
	width: 100%;
	float: left;
	margin-top: 4px;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
}

.phone-nav li.f1 .ico {
	background: url(../images/ft1.png) no-repeat center;
	background-size: 20px 20px;
}

.phone-nav li.f2 .ico {
	background: url(../images/ft2.png) no-repeat center;
	background-size: 20px 20px;
}

.phone-nav li.f3 .ico {
	background: url(../images/ft3.png) no-repeat center;
	background-size: 20px 20px;
}

.phone-nav li.f4 .ico {
	background: url(../images/ft4.png) no-repeat center;
	background-size: 20px 20px;
}

.phone-nav li:nth-child(4n) {
	border: none;
}
